Math Tools
pulsemcp/math toolsProvides six fundamental mathematical operations including addition, subtraction, multiplication, division, exponentiation, and logarithm calculation with customizable base support and proper error handling for division by zero and invalid inputs.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"math_tools": {
"url": "None",
"transport": "http"
}
}
}